home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
Looching2.0
/
Looching_main.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-01-27
|
330 b
|
21 lines
/*
* Generated by the NeXT Interface Builder.
*/
#import <stdlib.h>
#import <appkit/appkit.h>
#import <appkit/Application.h>
#import "Stopit.h"
int Pid;
void main(int argc, char *argv[])
{
NXApp = [Stopit new];
[NXApp loadNibSection:"Looching.nib" owner:NXApp];
[NXApp run];
[NXApp free];
exit(0);
}